projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ba183a
)
[IA64] warning fix
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Thu, 27 Jul 2006 15:47:59 +0000
(09:47 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Thu, 27 Jul 2006 15:47:59 +0000
(09:47 -0600)
unused variable removal
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/arch/ia64/vmx/vmx_init.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/vmx/vmx_init.c
b/xen/arch/ia64/vmx/vmx_init.c
index febb66f5d64c84e5e67759d6629ac5abe846594f..feaf0ab4416f1918b7ccf78c51a395918f381412 100644
(file)
--- a/
xen/arch/ia64/vmx/vmx_init.c
+++ b/
xen/arch/ia64/vmx/vmx_init.c
@@
-336,7
+336,6
@@
static const io_range_t io_ranges[] = {
static void vmx_build_physmap_table(struct domain *d)
{
unsigned long i, j, start, tmp, end, mfn;
- struct vcpu *v = d->vcpu[0];
struct list_head *list_ent = d->page_list.next;
ASSERT(d->max_pages == d->tot_pages);